summaryrefslogtreecommitdiffstats
path: root/cibuild.sh
diff options
context:
space:
mode:
authorMat <mail@mathias.is>2024-05-12 23:14:53 +0200
committerGitHub <noreply@github.com>2024-05-12 23:14:53 +0200
commit09859af405dfce96753c5aad6a713f3f3f463466 (patch)
treef950615e8d4ddfa7199879f2d90f2fa56d838ddb /cibuild.sh
parentAdded extra possible Info.lua parameter that describes the dependencies (#5554) (diff)
downloadcuberite-09859af405dfce96753c5aad6a713f3f3f463466.tar
cuberite-09859af405dfce96753c5aad6a713f3f3f463466.tar.gz
cuberite-09859af405dfce96753c5aad6a713f3f3f463466.tar.bz2
cuberite-09859af405dfce96753c5aad6a713f3f3f463466.tar.lz
cuberite-09859af405dfce96753c5aad6a713f3f3f463466.tar.xz
cuberite-09859af405dfce96753c5aad6a713f3f3f463466.tar.zst
cuberite-09859af405dfce96753c5aad6a713f3f3f463466.zip
Diffstat (limited to 'cibuild.sh')
-rwxr-xr-xcibuild.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/cibuild.sh b/cibuild.sh
index 0c5dd4f31..fafed3be6 100755
--- a/cibuild.sh
+++ b/cibuild.sh
@@ -39,7 +39,7 @@ cmake --build . --parallel 3;
if [ `which ccache` ]; then
echo "Built with ccache, outputting cache stats..."
- ccache --show-stats
+ ccache --show-stats --verbose
fi
echo "Testing..."